@charset "UTF-8";
.top .search font {
    font-weight: 200;
}
.top .search p button {
    background: url(https://imgs.design006.com/homepage/images/search.png)#F85659 no-repeat center center;
    background-size:22px 20px;
}
.nickname{
    display: inline-block;
    width: 74px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.nickname_hover:hover{text-decoration:underline;cursor:pointer;}
.font_fix font{
    font-weight:400;
}
.headerlog1 .wrap>a, .headerlog1 .wrap>span a {display: inline-block; margin-top: 11px;}
.headerlog1 .my{width:150px; height: 58px; float:right; margin-left: 10px; padding: 11px 0 7px; cursor:pointer;}
.headerlog1 .my .headerimg{ width:36px; height:36px; border-radius:36px;}
.headerlog1 .my .price{ line-height:36px; margin:0 9px;}
.headerlog1 .my .price font{ font-size:12px; color:#F85659; margin-right:5px;}
.headerlog1 .my .toparrow{ margin-top:14.5px;}
.headerlog1 .my label{ display:block; width:16px; height:16px; line-height:16px; text-align:center; background:#F85659; color:#fff; font-size:12px; border-radius:14px; position:absolute; z-index:99; margin-left:25px; margin-top:-4px;cursor:pointer;}
.headerlog1 .my .my_info{display: none; position:absolute; top: 57px; right: 0; z-index:9999; background:#fff; width:300px; border-top:0; border-radius: 4px;padding: 20px;text-align: center;cursor: auto;}
.headerlog1 .my:hover .my_info {display: block; border: none;}
.headerlog1 .my .my_info .info_user {
    width: 100%;
    height: 44px;
    margin-bottom: 19px;
}
.headerlog1 .my .my_info .info_user .user_avatar{
    width: 44px; 
    height: 44px;
    border-radius: 50%;
    float: left;
    position: relative;
}
.headerlog1 .my .my_info .info_user .user_avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}
.headerlog1 .my .my_info .info_user .user_avatar .icon-vip {
    display:block;width:20px;height:20px;background-image:url('../images/vip_icon.png');background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;bottom:0;right:0;margin:auto;z-index:1
}
.headerlog1 .my .my_info .info_user .user_text {
    float: left;
    font-size: 12px;
    color: #B3B3B3;
    text-align: left;
    margin-top: 4px;
    margin-left: 12px;
}
.headerlog1 .my .my_info .info_user .user_text .icon-copy {
    display: inline-block;
    width: 11px;
    height: 12px;
    margin-left: 6px;
    background-image:url('../images/select/copy.png');background-position:center;background-repeat:no-repeat;background-size:contain;
    position: relative;
    z-index: 1;
    top: 1px;
}
.headerlog1 .my .my_info .info_user .user_text p:first-child {
    cursor: pointer;
    display: inline-block;
}
.headerlog1 .my .my_info .info_user .user_text p:last-child {
    margin-top: 2px;
    max-width: 126px;
    width: auto;
    display: inline-block;
    font-size: 14px;
    color: #2E2E30;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.headerlog1 .my .my_info .info_user .info_loginout {
    margin-top: 4px;
    float: right;
    font-size: 12px;
    color: #B3B3B3;
    cursor: pointer;
} 
.headerlog1 .my .my_info .info_user .info_loginout .icon-out {
    display: inline-block;
    width: 11px;
    height: 12px;
    margin-left: 6px;
    background-image:url('../images/select/power.png');background-position:center;background-repeat:no-repeat;background-size:contain;
    position: relative;
    z-index: 1;
    top: 2px;
}
.headerlog1 .my .my_info .info_number {
    height: 35px;
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
.headerlog1 .my .my_info  .info_number .number_item {
    cursor: pointer;
}
.headerlog1 .my .my_info  .info_number .number_item p:last-child {
    color: #B3B3B3;
    font-size: 12px;
    margin-top: 2px;
}

.headerlog1 .my .my_info  .info_vip {
    width: 100%;
    height: 70px;
    padding: 16px 18px;
    border-radius: 4px;
    text-align: left;
    background: url(../images/select/bg-novip.png);
    background-size: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.headerlog1 .my .my_info  .info_vip .isvip_left {
    float: left;
}
.headerlog1 .my .my_info  .info_vip .isvip_left p:first-child{
    font-weight: bold;
}
.headerlog1 .my .my_info  .info_vip .isvip_left p:last-child {
    color: #B3B3B3;
    font-size: 12px;
    margin-top: 1px;
}
.headerlog1 .my .my_info  .info_vip a {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 18px;
    background: #F85659;
    color: #fff;
    float: right;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
}

.headerlog1 .my .my_info  .info_vip.active {
    background: url(../images/select/bg-isvip.png);    
    background-size: 100%;
    color: #fff;
}
.headerlog1 .my .my_info  .info_vip.active .isvip_left p:last-child {
    color: #EDEDED;
}
.headerlog1 .my .my_info  .info_vip.active a {
    background-color: #fff;
    color: #F85659;
}
.headerlog1 .my .my_info .info_page {
    width: 100%;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.headerlog1 .my .my_info .info_page .page_item {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    padding: 18px 12px 12px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    line-height: normal;
    position: relative;
    z-index: 1;
}
.headerlog1 .my .my_info .info_page .page_item:hover {
    background: #f5f5f5;
}
.headerlog1 .my .my_info .info_page .page_item img {
    width: 24px;
    height: 24px;
    margin: 0 auto 10px;
}
.headerlog1 .my .my_info .info_page .page_item i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background: #F85659;
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 15px;
    font-size: 12px;
    color: #FFFFFF;
    font-style: normal;
    pointer-events: auto;  /* 使 <i> 可点击 */
}


.top-money_fix {
    margin-left: 10px;
    display: block;
    float: right;
    line-height: 36px;
    background: #F85659;
    color: #fff;
    border-radius: 100px;
    padding: 0 20px;
}
.headerlog .wrap .top-money {margin-left: 10px;}
@media (max-width: 750px){
    .navigator {position: fixed;background-color:transparent;}
}

.header {display: none;}
.site_info .more a{display:table-column-group;}
.search_index .search_term {top: 122px; left: auto; border: none;}
.search_index .search_words {border: none; border-radius: 22px;}
.search_index .search_term .search_term__imgs {height: 60px;}
.search_index .search_term .search_term__imgs a {width: 225px; height: 60px;}
.top .search .search_words a {margin: 0;}
.top .search .search_words a:first-child { margin-top: 10px}
.top .search .search_words a:last-child { margin-bottom: 5px}